QueryIterator.this

Create a new QueryIterator for the given Query and Node and given byte range.

  1. this(Query* query, Node* node)
  2. this(Query* query, Node* node, uint min, uint max)
    struct QueryIterator
    this
    (,,
    uint min
    ,
    uint max
    )
  3. this(Query* query, Node* node, Point min, Point max)

Meta